home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / default / console-setup < prev    next >
Text File  |  2009-10-28  |  2KB  |  44 lines

  1. # A configuration file for setupcon
  2.  
  3. # Change to "yes" and setupcon will explain what is being doing
  4. VERBOSE_OUTPUT=no
  5.  
  6. # Setup these consoles.  Most people do not need to change this.
  7. ACTIVE_CONSOLES="/dev/tty[1-6]"
  8.  
  9. # Put here your encoding.  Valid charmaps are: UTF-8 ARMSCII-8 CP1251
  10. # CP1255 CP1256 GEORGIAN-ACADEMY GEORGIAN-PS IBM1133 ISIRI-3342
  11. # ISO-8859-1 ISO-8859-2 ISO-8859-3 ISO-8859-4 ISO-8859-5 ISO-8859-6
  12. # ISO-8859-7 ISO-8859-8 ISO-8859-9 ISO-8859-10 ISO-8859-11 ISO-8859-13
  13. # ISO-8859-14 ISO-8859-15 ISO-8859-16 KOI8-R KOI8-U TIS-620 VISCII
  14. CHARMAP="UTF-8"
  15.  
  16. # The codeset determines which symbols are supported by the font.
  17. # Valid codesets are: Arabic Armenian CyrAsia CyrKoi CyrSlav Ethiopian
  18. # Georgian Greek Hebrew Lao Lat15 Lat2 Lat38 Lat7 Thai Uni1 Uni2 Uni3
  19. # Vietnamese.  Read README.fonts for explanation.
  20. CODESET="Uni1"
  21.  
  22. # Valid font faces are: VGA (sizes 8, 14 and 16), Terminus (sizes
  23. # 12x6, 14, 16, 20x10, 24x12, 28x14 and 32x16), TerminusBold (sizes
  24. # 14, 16, 20x10, 24x12, 28x14 and 32x16), TerminusBoldVGA (sizes 14
  25. # and 16), Fixed (sizes 13, 14, 15, 16 and 18), Goha (sizes 12, 14 and
  26. # 16), GohaClassic (sizes 12, 14 and 16).
  27. FONTFACE="VGA"
  28. FONTSIZE="16"
  29.  
  30. # You can also directly specify nonstandard font and ACM to load.
  31. # Use space as separator if you want to load more than one font.
  32. # FONT='lat9w-08.psf.gz /usr/local/share/brailefonts/brl-08.psf'
  33. # ACM=/usr/local/share/consoletrans/my_special_encoding.acm
  34.  
  35.  
  36. # The following variables describe your keyboard and can have the same
  37. # values as the XkbModel, XkbLayout, XkbVariant and XkbOptions options
  38. # in /etc/X11/xorg.conf.
  39. XKBMODEL="pc105"
  40. XKBLAYOUT="us"
  41. XKBVARIANT=""
  42. XKBOPTIONS=""
  43.  
  44.